Skip to content

Conversation

@serhalp
Copy link
Member

@serhalp serhalp commented Nov 14, 2025

🎉 Thanks for submitting a pull request! 🎉

Summary

Updates CI workflows to run against Node.js 24 and extends the npm@10 safeguard to cover all non-minimum Node versions.

Fixes #FRB-2048


The primary motivation is to ensure the netlify/build repository's CI pipelines are tested against Node.js 24, aligning with the latest Node.js LTS release. This change involves updating the Node.js version used in various GitHub Actions workflows (workflow.yml, benchmark.yml, pre-release.yml) from Node.js 22 to Node.js 24. Additionally, the npm@10 safeguard, which addresses npm/cli#8489, has been broadened to apply to all non-minimum Node.js versions in the CI matrix, ensuring stability across different Node.js environments. The package.json engines.node range already supports Node.js 24, so no changes were required there.


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
    something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures
    your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)


Linear Issue: FRB-2048

Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Nov 14, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@serhalp serhalp changed the title Update netlify/build for Node 24 ci: test on node.js 24 Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants